home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / OCOMETS.DIR / 00057_Script_57 < prev    next >
Text File  |  1995-11-13  |  482b  |  26 lines

  1. on exitFrame
  2.   if (the movietime of sprite 33) >= (the stoptime of sprite 33) then
  3.     set the movietime of sprite 33 = 0
  4.     set the movierate of sprite 33 = 1
  5.   end if
  6.   
  7.   go to the frame
  8. end
  9.  
  10. on idle
  11. end
  12.  
  13. on mouseDown
  14.   global gNavPalette
  15.   
  16.   if the timer < 60 then exit
  17.   
  18.   set the visibility of sprite 33 = 0
  19.   updateStage
  20.   go to label("SIMPI") + 1
  21.   set the visibility of sprite 33 = 1  
  22.   tell gNavPalette to lOpenNavPalette
  23.   
  24.   showButtons
  25. end
  26.